func runtime.funcdata
12 uses
runtime (current package)
heapdump.go#L270: stkmap := (*stackmap)(funcdata(f, abi.FUNCDATA_LocalsPointerMaps))
heapdump.go#L331: stkmap = (*stackmap)(funcdata(f, abi.FUNCDATA_ArgsPointerMaps))
panic.go#L657: fd := funcdata(f, abi.FUNCDATA_OpenCodedDeferInfo)
preempt.go#L406: if fd := funcdata(f, abi.FUNCDATA_LocalsPointerMaps); fd == nil || f.flag&abi.FuncFlagAsm != 0 {
stkframe.go#L192: stkmap := (*stackmap)(funcdata(f, abi.FUNCDATA_LocalsPointerMaps))
stkframe.go#L219: stackmap := (*stackmap)(funcdata(f, abi.FUNCDATA_ArgsPointerMaps))
stkframe.go#L245: p := funcdata(f, abi.FUNCDATA_StackObjects)
symtab.go#L1052: func funcdata(f funcInfo, i uint8) unsafe.Pointer {
symtabinl.go#L56: inldata := funcdata(f, abi.FUNCDATA_InlTree)
trace.go#L1786: w := funcdata(f, abi.FUNCDATA_WrapInfo)
traceback.go#L677: p := (*[maxLen]uint8)(funcdata(f, abi.FUNCDATA_ArgInfo))
traceback.go#L682: liveInfo := funcdata(f, abi.FUNCDATA_ArgLiveInfo)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |